home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 1033 / RCDATA / HTML_MONO_CSS < prev   
Text File  |  2005-06-02  |  3KB  |  50 lines

  1. /* Default heading font (outside of tables) */
  2. body { font-family: sans-serif; font-size: 11pt; }
  3.  
  4. td { vertical-align: top; padding-left: 4px; padding-right: 4px; }
  5.  
  6. /* File Difference Report styles - Monochrome */
  7. table.fc { border-top: 1px solid Black; border-left: 1px solid Black; width: 100%; font-family: monospace; font-size: 10pt; }
  8.  
  9. tr.secBegin td { border-left: none; border-top: none; border-right: 1px solid Black; }
  10. tr.secMiddle td { border-left: none; border-top: none; border-right: 1px solid Black; }
  11. tr.secEnd td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; }
  12. tr.secAll td { border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; }
  13. tr.secSubEnd td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; }
  14. tr.secSubAll td { border-left: none; border-top: none; border-bottom: 1px solid Gray; border-right: 1px solid Black; }
  15. tr.secGap td { font-size: 4px; border-left: none; border-top: none; border-bottom: 1px solid Black; border-right: 1px solid Black; }
  16.  
  17. td.LineNum { text-align: right; }
  18. td.LineRange { font-family: sans-serif; }
  19. td.SubLineRange { font-family: sans-serif; border-bottom: none; }
  20.  
  21. td.AlignLeft { text-align: left; $WRAP$}
  22. td.AlignRight { text-align: right; $WRAP$}
  23. td.AlignCenter { text-align: center; $WRAP$}
  24. td.Caption { text-align: left; background-color: #E7E7E7; padding-top: 8px; }
  25.  
  26. td.Normal { $WRAP$}
  27. td.HasSimilar { background-color: #F0F0F0; $WRAP$}
  28. td.HasMismatch { background-color: #E5E5E5; $WRAP$}
  29. td.HasOrphan { background-color: #E5E5E5; $WRAP$}
  30. td.Added { background-color: #E5E5E5; $WRAP$}
  31. td.Deleted { background-color: #E5E5E5; text-decoration: line-through; $WRAP$}
  32. td.UAdded { background-color: #F0F0F0; $WRAP$}
  33. td.UDeleted { background-color: #F0F0F0; text-decoration: line-through; $WRAP$}
  34.  
  35. .ttSigDiff { font-weight: bold; }
  36. .ttInsigDiff { font-style: italic; }
  37. .ttAdded { font-weight: bold; }
  38. .ttDeleted { text-decoration: line-through; }
  39.  
  40. /* Directory Comparison Report styles - Monochrome */
  41. table.dc { border-top: 1px solid Black; border-left: 1px solid Black; width: 100%; font-family: sans-serif; font-size: 10pt; }
  42.  
  43. table.dc tr.secBegin td { border-bottom: 1px solid Silver; }
  44. table.dc tr.secMiddle td { border-bottom: 1px solid Silver; }
  45.  
  46. .ttNewer { font-weight: bold; }
  47. .ttOlder { color: Gray; }
  48. .ttOrphan { font-weight: bold; }
  49. .ttGhosted { color: Silver; }
  50.